Code Completion

 

Introduction

So that you can edit your code as quickly and efficiently as possible, HotDog Pro can provides you with code completion and tooltip help for colors, images, tags and syntax errors .

Code completion is a useful tool that gives you a quick way of inserting tags and attributes. Because HotDog knows the entire HTML, CSS, ASP, JavaScript and VBScript specifications, it can present you with all the possible attributes for each tag while you edit and, where possible, the values that are associated with each tag.

The way it works is simple.

To Insert a Tag into a Document:

  1. Click in your document where you want to insert the tag.

  2. Type '<'.

  3. Press <CTRL> + <SPACE>.

  4. Do one of the following:

  1. Press <ENTER> to insert the tag.

To Insert an Attribute into a Tag:

  1. Click inside a tag (but not over an existing attribute).

  2. Press <CTRL> + <SPACE>.

  3. Use the arrow keys to select the attribute you want to insert.

  4. Press <ENTER> to insert the attribute. You may be prompted to press <ENTER> again to open a dialog (e.g., to open a file dialog so as to pick an image).

  1. Press <SPACE> to enter another attribute, otherwise press <ESC> to close the Code Completion dialog.